home *** CD-ROM | disk | FTP | other *** search
- -- background: 2706 from stack: in
- -- bmap block id: 3396
- -- flags: 4000
- -- background id: 0
- -- name: Demo bkgnd
- ----- HyperTalk script -----
- on openBackground
- show message
- end openBackground
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=27 top=51 right=93 bottom=67
- -- title width / last selected line: 0
- -- icon id / first selected line: 20098 / 20098
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- visual dissolve
- go home
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=68 top=192 right=213 bottom=167
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: All files
- ----- HyperTalk script -----
- on mouseUp
- DeleteFile
- put the result into message
- end mouseUp
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=191 top=193 right=215 bottom=291
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Stacks
- ----- HyperTalk script -----
- on mouseUp
- DeleteFile "STAK"
- put the result into message
- end mouseUp
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=323 top=194 right=216 bottom=423
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Assorted
- ----- HyperTalk script -----
- on mouseUp
- DeleteFile "STAK","TEXT","PNTG","APPL"
- put the result into message
- end mouseUp
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=447 top=51 right=93 bottom=487
- -- title width / last selected line: 0
- -- icon id / first selected line: 1020 / 1020
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Instructions
- ----- HyperTalk script -----
- on mouseUp
- go to card id 4140
- end mouseUp
-
-
-
-
- -- part 6 (field)
- -- low flags: 80
- -- high flags: 0000
- -- rect: left=148 top=242 right=262 bottom=361
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: reminder
-